home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PDragSelect.h -------------------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, July 19, 1996 @ 11:31 PM by Paul Ferguson.
- *
- * Description: This implements a drag select command.
- *-------------------------------------------------------------------------
- */
- #ifndef __PDragSelect__
- #define __PDragSelect__
-
- class PDragSelect
- {
-
- public:
-
- PDragSelect(long xLeft, long yTop, long xRight, long yBottom);
-
- private:
-
- PDragSelect();
- };
-
- class PDragSelectExtend
- {
-
- public:
-
- PDragSelectExtend(long xLeft, long yTop, long xRight, long yBottom);
-
- private:
-
- PDragSelectExtend();
- };
-
-
-
- #endif
-
- // end of PDragSelect.h
-